* {
margin: 0;
padding: 0;
}
.workflow{
	padding: 2em 0; margin: 0 auto; opacity: 0;
}
.main-timeline{ overflow: auto; }
.main-timeline .timeline{
	padding: 0;
	text-align: center;
	overflow: hidden;
}
.main-timeline .timeline-icon{
	padding-bottom: 20px;
	margin-bottom: 30px;
	font-size: 65px;
	color: #ed687c;
	border-bottom: 3px solid #ccc;
	position: relative;
}
.main-timeline .timeline-icon:before{
	content: "";
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: #ed687c;
	margin: 0 auto;
	position: absolute;
	bottom: -9.5px;
	left: 0;
	right: 0;
}
.main-timeline .year{
	display: block;
	width: 100%;
	height: 100px;
	line-height: 100px;
	border-radius: 50%;
	background: #ed687c;
	font-size: 30px;
	color: #fff;
	margin-bottom: 30px;
	z-index: 1;
	position: relative;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

/*
.main-timeline .year:before{
	content: "";
	display: block;
	width: 70px;
	height: 80%;
	background: #fff;
	border-radius: 50%;
	position: absolute;
	top: 10px;
	left: -37px;
}
*/
.main-timeline .timeline-content{ padding: 0 10px; }
.main-timeline .post{
	font-size: 16px;
	color: #ed687c;
	margin: 0 0 20px 0;
}
.main-timeline .description{
	font-size: 14px;
	color: #555;
	text-align: left;
}
.main-timeline .timeline:nth-child(2n) .timeline-icon,
.main-timeline .timeline:nth-child(2n) .post{
	color: #cca872;
}
.main-timeline .timeline:nth-child(2n) .year,
.main-timeline .timeline:nth-child(2n) .timeline-icon:before{
	background: #cca872;
}
.main-timeline .timeline:nth-child(3n) .timeline-icon,
.main-timeline .timeline:nth-child(3n) .post{
	color: #3498db;
}
.main-timeline .timeline:nth-child(3n) .year,
.main-timeline .timeline:nth-child(3n) .timeline-icon:before{
	background: #3498db;
}
.main-timeline .timeline:nth-child(4n) .timeline-icon,
.main-timeline .timeline:nth-child(4n) .post{
	color: #008b8b;color: #777;
}
.main-timeline .timeline:nth-child(4n) .year,
.main-timeline .timeline:nth-child(4n) .timeline-icon:before{
	background: #008b8b;background: #777;
}
.main-timeline .timeline:nth-child(5n) .timeline-icon,
.main-timeline .timeline:nth-child(5n) .post{
	color: #85cc54;
}
.main-timeline .timeline:nth-child(5n) .year,
.main-timeline .timeline:nth-child(5n) .timeline-icon:before{
	background: #85cc54;
}
.main-timeline .timeline:nth-child(6n) .timeline-icon,
.main-timeline .timeline:nth-child(6n) .post{
	color: #727cb6;
}
.main-timeline .timeline:nth-child(6n) .year,
.main-timeline .timeline:nth-child(6n) .timeline-icon:before{
	background: #727cb6;
}

.main-timeline .timeline .year:hover{ background: #000; font-size: 21px; cursor: pointer;}

@media (min-width:320px) and (max-width:360px)
{
	.main-timeline .year{font-size: 25px;}
}

@media (max-width:958px)
{
	.main-timeline .timeline {
    padding: 0px 0px;
    text-align: center;
    overflow: hidden;
	}
	.main-timeline .timeline:nth-child(even){
		padding-left: 0; padding-right: 0px;
	}
	.main-timeline .post { font-size: 14px;}
}